projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
019a35b
)
Fix icon mappings for multi and micro geocaches.
author
robertl
<robertl>
Wed, 10 Mar 2004 18:45:11 +0000
(18:45 +0000)
committer
robertl
<robertl>
Wed, 10 Mar 2004 18:45:11 +0000
(18:45 +0000)
garmin_tables.h
patch
|
blob
|
history
diff --git
a/garmin_tables.h
b/garmin_tables.h
index 4943972607dd36d763d8d3669217b3b2660b36d1..eb471fd11aa719b9a31e0a0dd4dc98bd37bfce10 100644
(file)
--- a/
garmin_tables.h
+++ b/
garmin_tables.h
@@
-178,8
+178,8
@@
static icon_mapping_t icon_table[] = {
{ 17, 17, "White Buoy" },
{ 35, 36, "White Dot" },
{ 88, 8219, "Zoo" },
- {
117, 8255, "Micro-Cache" }, /* icon for "Geocache
" */
+ {
92, 8227, "Micro-Cache" }, /* icon for "Toll Booth
" */
{ 48, 161, "Virtual cache" }, /* icon for "Scenic Area" */
- {
117, 8255, "Multi-Cache" }, /* icon for "Geocache
" */
+ {
86, 8217, "Multi-Cache" }, /* icon for "Stadium
" */
{ -1, -1, NULL },
};